Uses of Interface
com.cisco.pt.ipc.sim.Queue
Packages that use Queue
Package
Description
Java Framework built for Packet Tracer 8.1.0.
-
Uses of Queue in com.cisco.pt.ipc
Methods in com.cisco.pt.ipc that return QueueModifier and TypeMethodDescriptionIPCFactory.getQueueAt(Cbwfq cbwfq, int i) IPCFactory.getQueueAt(CustomQueue customQueue, int i) IPCFactory.getQueueAt(FifoQueue fifoQueue, int i) IPCFactory.getQueueAt(LowLatencyQueue lowLatencyQueue, int i) IPCFactory.getQueueAt(PriorityQueue priorityQueue, int i) IPCFactory.getQueueAt(StrictPriorityQueue strictPriorityQueue, int i) IPCFactory.getQueueAt(WeightedFairQueue weightedFairQueue, int i) -
Uses of Queue in com.cisco.pt.ipc.sim
Methods in com.cisco.pt.ipc.sim that return QueueModifier and TypeMethodDescriptionCbwfq.getQueueAt(int i) CustomQueue.getQueueAt(int i) FifoQueue.getQueueAt(int i) Information provided by the PKI file:LowLatencyQueue.getQueueAt(int i) Information provided by the PKI file:PriorityQueue.getQueueAt(int i) Information provided by the PKI file:StrictPriorityQueue.getQueueAt(int i) Information provided by the PKI file:WeightedFairQueue.getQueueAt(int i) Information provided by the PKI file: -
Uses of Queue in com.cisco.pt.ipc.sim.impl
Classes in com.cisco.pt.ipc.sim.impl that implement QueueMethods in com.cisco.pt.ipc.sim.impl that return QueueModifier and TypeMethodDescriptionCbwfqImpl.getQueueAt(int i) CustomQueueImpl.getQueueAt(int i) FifoQueueImpl.getQueueAt(int i) Information provided by the PKI file:LowLatencyQueueImpl.getQueueAt(int i) Information provided by the PKI file:PriorityQueueImpl.getQueueAt(int i) Information provided by the PKI file:StrictPriorityQueueImpl.getQueueAt(int i) Information provided by the PKI file:WeightedFairQueueImpl.getQueueAt(int i) Information provided by the PKI file: